NextRow

Note: This statement is named Next Recordset Row in the Add Statement dialog box.

Moves to the next row in a recordset. If the recordset row index is at or past the end of the data, the index does not change.

Syntax

NextRow(Recordset)

Arguments

Argument Description
Recordset Recordset name. Must be opened with OpenRecordset or OpenRecordsetQuery.

Example

bugs = OpenRecordset("WysiCorp Bugs")

NextRow(bugs)